

.w1690 {
	width: 88%;
	max-width: 1690px;
	margin: 0 auto; 
}

.w1360 {
	width: 70.8%;
	max-width: 1360px;
	margin: 0 auto;
}

.index-container .swiper-slide {
	width: 100%;
}

.index-pos {
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.index-pos p {
	color: #FFFFFF;
	line-height: 1;
	font-weight: bold;
}

.index-pos .en {
	margin-bottom: .7rem;
	text-transform: uppercase;
}

.index-pos .tit {
	font-size: 1.7rem;
	margin-bottom: .9rem;
}

.i-more {
	display: block;
	width: 3.75rem;
	height: 1.25rem;
	line-height: 1.25rem;
	border-radius: .6rem;
	background-color: #EE7600;
	margin: 0 auto;
	text-align: center;
	transition: all .3s;
}

.i-more span {
	color: #FFFFFF;
	margin-right: .4rem;
	transition: all .3s;
}

.i-more i {
	font-size: 0.5rem;
	color: #FFFFFF;
	transition: all .3s;
}

.i-more:hover {
	background-color: #FFFFFF;
	border: 1px solid #EE7600;
}

.i-more:hover span {
	color: #EE7600;
	transform: translateX(-10px);
}

.i-more:hover i {
	color: #EE7600;
	transform: translateX(10px);
}

.index-container .swiper-pagination {
	bottom: .9rem;
}

.index-container .swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: 1;
}

.index-container .swiper-pagination-bullet-active {
	background: #EE7600;
}

.i-about {
	padding: 3.7rem 0 3.55rem;
}

.i-about-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.i-about-box .lf {
	width: 40%;
}

.pub-tit {
	color: #333333;
	line-height: 1;
	font-size: 1.2rem;
	margin-bottom: .4rem;
	font-weight: bold;
}

.pub-sub {
	color: #999999;
	line-height: 1;
}

.i-about-box .lf .cont {
	padding-top: .75rem;
	margin-top: .9rem;
	border-top: 1px solid #E6E6E6;
	color: #333333;
	line-height: 1.8;
	margin-bottom: 2.45rem;
}

.i-about-box .lf .i-more {
	margin-left: 0;
}

.i-about-box .rg {
	width: 53%;
}

.i-about-box .rg img {
	width: 100%;
	object-fit: cover;
}

.i-news {
	padding: 2.7rem 0 3.1rem;
}

.i-news-box {
	position: relative;
}

.i-news-box .change {
	position: absolute;
	top: 0.25rem;
	right: 0;
}

.i-news-box .change span {
	display: inline-block;
	width: 3.75rem;
	height: 1.25rem;
	line-height: 1.25rem;
	text-align: center;
	color: #282828;
	border-radius: .6rem;
	margin-right: .4rem;
	border: 1px solid #E5E5E5;
	cursor: pointer;
	background-color: #FFFFFF;
	transition: all .3s;
}

.i-news-box .change span:last-child {
	margin-right: 0;
}

.i-news-box .change span:hover,
.i-news-box .change span.cur {
	background-color: #EE7600;
	color: #FFFFFF;
}

.i-news-container {
	margin-top: 1.5rem;
}

.i-news-container .swiper-slide {
	width: 23.5%;
	margin-right: 2%;
}

.i-news-container .swiper-slide:last-child {
	margin-right: 0;
}

.i-news-container .swiper-slide .pic {
	width: 100%;
	height: 5.35rem;
	object-fit: cover;
	margin-bottom: 0.9rem;
	overflow: hidden;
}

.i-news-container .swiper-slide .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

.i-news-container .swiper-slide .wrap {
	padding: 0 0.25rem 0.45rem 0;
	border-bottom: 1px solid #DEDEDE;
}

.i-news-container .swiper-slide .wrap .tit {
	color: #282828;
	font-weight: bold;
	line-height: 1;
	margin-bottom: .5rem;
	transition: all .3s;
}

.i-news-container .swiper-slide .wrap .cont {
	color: #999999;
	line-height: 1.6;
	margin-bottom: .7rem;
}

.i-news-container .swiper-slide .wrap .time {
	color: #999999;
	line-height: 1;
}

.i-news-container .swiper-slide:hover .pic img {
	transform: scale(1.1);
}

.i-news-container .swiper-slide:hover .wrap .tit {
	color: #2DA7E8;
}

.pub-pos {
	position: absolute;
}

.pub-pos img {
	width: 100%;
}

.about {
	padding-top: 2.5rem;
}

.about-box {
	padding-bottom: 3.3rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-pos {
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.about-box .lf {
	width: 48.4%;
}

.about-box .lf .tit {
	color: #111111;
	line-height: 1;
	font-weight: bold;
	font-size: 1.2rem; 
	margin-bottom: .8rem;
}

.about-box .lf .cont {
	color: #333333;
	line-height: 2;
	padding-right: .5rem;
	max-height: 6.85rem;
	overflow-y: auto;
}

.about-box .lf .cont::-webkit-scrollbar {
	width: 0.25rem;
}

.about-box .lf .cont::-webkit-scrollbar-thumb {
	background: #DDDDDD;
	border-radius: 5px;
}

.about-box .rg {
	width: 41.6%;
}

.about-box .rg img {
	width: 100%;
	object-fit: cover;
}

.organ-box .lf {
	width: 32%;
}

.organ-box .rg {
	width: 65%;
}

.news {
	padding: 2rem 0 3.3rem;
}

.news-box {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.news-box .li {
	width: 23.125%;
	margin-right: 2.5%;
	margin-bottom: 1rem;
	border-bottom: 1px solid #E8E8E8;
}

.news-box .li:nth-child(4n) {
	margin-right: 0;
}

.news-box .li .pic {
	width: 100%;
	height: 5.1rem;
	overflow: hidden;
}

.news-box .li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

.news-box .li .wrap {
	width: 100%;
	padding: .75rem 0 .6rem;
}

.news-box .li .wrap .top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: .6rem;
}

.news-box .li .wrap .top .hot {
	width: 2.25rem;
	height: 0.75rem;
	line-height: .75rem;
	text-align: center;
	border: 1px solid #2da7e8;
	border-radius: 6px;
	margin-right: 0.35rem;
	color: #2DA7E8;
}

.news-box .li .wrap .top .time {
	color: #999999;
	line-height: 1;
}

.news-box .li .wrap .cont {
	line-height: .75rem;
	max-height: 1.5rem;
	overflow: hidden;
	color: #333333;
	transition: all .3s;
}

.news-box .li:hover .pic img {
	transform: scale(1.1);
}

.news-box .li:hover .wrap .cont {
	color: #2DA7E8;
}

.pub-page {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pub-page .pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pub-page a {
	display: block;
	min-width: 1rem;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	color: #444444;
	transition: all .3s;
	margin-right: 5px;
}

.pub-page a:last-child {
	margin-right: 0;
}

.pub-page a:hover,
.pub-page a.active {
	background-color: #2DA7E8;
	color: #FFFFFF;
}

.busin {
	padding: 2rem 0;
}

.busin-box {
	
}

.busin-box .tit {
	color: #333333;
	line-height: 1;
	text-align: center;
	margin-bottom: .9rem;
}

.busin-box .cont {
	color: #666666;
	width: 50%;
	margin: 0 auto 1.5rem;
	text-align: center;
}

.swiper-box {
	position: relative;
	width: 100%;
}

.swiper-box .swiper-button-prev,
.swiper-box .swiper-button-next {
	width: .8rem;
	height: .8rem;
	background-color: #0054A3;
	border-radius: 50%;
	color: #FFFFFF;
}

.swiper-box .swiper-button-prev {
	left: 1.5rem;
}

.swiper-box .swiper-button-next {
	right: 1.5rem;
}

.swiper-box .swiper-button-prev::after,
.swiper-box .swiper-button-next::after {
	font-size: 0.3rem;
}

.busin-container {
	width: 85%;
}

.busin-container .swiper-slide {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.busin-container .swiper-slide .li {
	width: 19%;
	height: 2.5rem;
	margin-right: 1.25%;
	box-shadow: -2px 0px 5px 2px rgba(0,0,0,0.10);
	margin-bottom: .75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.busin-container .swiper-slide .li img {
	max-width: 90%;
	max-height: 90%;
	object-fit: cover;
	transition: all .3s;
}

.busin-container .swiper-slide .li:nth-child(5n) {
	margin-right: 0;
}

.busin-container .swiper-slide .li:hover img {
	transform: scale(1.1);
}

.busin-container .swiper-pagination {
	position: relative;
	line-height: 1;
	margin-top: .6rem;
}

.swiper-box .busin-container .swiper-pagination .swiper-pagination-bullet {
	background: none;
	width: .3rem;
	height: .3rem;
	border: 2px solid #7d7d7d;
	margin: 0 0.25rem;
	transition: all .3s;
}

.swiper-box .busin-container .swiper-pagination .swiper-pagination-bullet-active {
	background: #0054A3;
	border: none;
}

.dev {
	padding: 2.5rem 0 3rem;
	background-color: #F9F9F9;
}

.dev-box {
	
}

.dev-box .tit {
	color: #111111;
	line-height: 1;
	text-align: center;
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
}

.dev-box .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 2rem;
}

.dev-box .wrap .li {
	width: 23.5%;
	margin-right: 2%;
	height: 7.5rem;
	padding: 1.75rem 1rem 0;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.07); 
}

.dev-box .wrap .li:last-child {
	margin-right: 0;
}

.dev-box .wrap .li .icon {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	margin: 0 auto 1.15rem;
}

.dev-box .wrap .li .icon img {
	max-width: 100%;
	object-fit: cover;
	display: inline-block;
}

.dev-box .wrap .li .cont {
	color: #333333;
	text-align: center;
	line-height: 1.75;
}

.join-li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 1rem;
	height: 1.75rem;
	background-color: #2DA7E8;
	margin-bottom: .5rem;
}

.join-li p {
	width: 25%;
	color: #FFFFFF;
}

.join-box {
	margin-bottom: 2rem;
}

.join-box .li {
	border: 1px solid #e8e8e8;
}

.join-box .li .top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 1.75rem;
	padding: 0 1rem;
	position: relative;
	cursor: pointer;
}

.join-box .li .top p {
	width: 25%;
	color: #111111;
}

.join-box .li .top>span {
	position: absolute;
	right: 1.35rem;
	top: 50%;
	transform: translateY(-50%);
}

.join-box .li .top>span span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	color: #2DA7E8;
	transition: all .3s;
}

.join-box .li .top>span div {
	width: .4rem;
	display: none;
	transition: all .3s;
}

.join-box .li .top>span div img {
	width: 100%;
	object-fit: cover;
}

.join-box .li .btm {
	padding: 1.75rem 1.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.join-box .li .btm .cont {
	width: 50%;
}

.join-box .li .btm .cont>p {
	color: #333333;
	line-height: 1;
	margin-bottom: .3rem;
}

.join-box .li .btm .cont div {
	color: #555555;
	line-height: 2;
	margin-bottom: .8rem;
}

.join-box .li .btm .cont a {
	display: block;
	width: 2.9rem;
	height: 1.1rem;
	line-height: 1.1rem;
	text-align: center;
	background: #2da7e8;
	color: #FFFFFF;
}

.btm-box {
	display: none;
}

.contact {
	padding: 1.9rem 0 3.25rem;
}

.contact-box {
	padding: 2rem;
	position: relative;
}

.contact-box .tit {
	color: #111111;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 0.9rem;
}

.contact-box .wrap {
	display: flex;
	width: 80%;
}

.contact-box .wrap .li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-right: 3rem;
}

.contact-box .wrap .li:last-child {
	margin-right: 0;
}

.contact-box .wrap .li div {
	width: .4rem;
	text-align: center;
	margin-right: .4rem;
}

.contact-box .wrap .li div img {
	max-width: 100%;
	object-fit: cover;
	display: inline-block;
}

.contact-box .wrap .li p {
	color: #333333;
	line-height: 1;
}

.contact-box .code {
	position: absolute;
	top: 2rem;
	right: 0;
}

.contact-box .code .li {
	margin-bottom: 1rem;
}

.contact-box .code .li:last-child {
	margin-bottom: 0;
}

.contact-box .code .li div {
	width: 3.1rem;
	margin-bottom: .4rem;
}

.contact-box .code .li p {
	color: #333333;
	line-height: 1.5;
	text-align: center;
}

.contact-box .map {
	width: 80%;
	height: 12rem;
	margin-top: 1.2rem;
}

.contact-box .map .con_map {
	width: 100%;
	height: 100%;
}

.amap-info-content {
	padding: .9rem .5rem;
	width: 14.5rem;
	box-sizing: border-box;
}

.amap-info-content .intro {
	display: flex;
}

.amap-info-content .intro .icon {
	width: 1rem;
	height: max-content;
	margin-right: 5px;
	margin-top: 7px;
}

.amap-info-content .intro .icon img {
	width: 100%;
}

.amap-info-content .intro .cont {
	margin: 0.25rem;
}

.amap-info-content .intro .cont .h1 {
	line-height: 1;
	margin-bottom: .5rem;
	color: #2DA7E8;
	font-size: .5rem;
}

.amap-info-content .intro .cont .h2 {
	font-size: .5rem;
	color: #6A6A6A;
}

.amap-info-content .intro .cont .h3 {
	font-size: .5rem;
	color: #6A6A6A;
}

.amap-info-content .intro .pic {
	width: 3.6rem;
	position: relative;
}

.amap-info-content .intro .pic img {
	width: 100%;
	object-fit: cover;
	position: absolute;
	bottom: 0;
}

.course {
	
}

.course-box {
	padding: 2.25rem 0 2.8rem;
}

.course-box .tit {
	color: #333333;
	line-height: 1.5;
	letter-spacing: -1px;
	text-align: center;
	font-weight: 500;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.course-box .pic {
	width: 88.125%;
	margin: 0 auto;
}

.case-info {
	width: 100%;
}

.case-info-banner {
	width: 100%;
	height: 4.5rem;
	background-color: #EFF4F7;
	padding-top: 1.5rem;
	position: relative;
}

.case-info-tit {
	color: #333333;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin-bottom: .5rem;
	font-size: 1.2rem;
}

.case-info-sub {
	color: #0093D9;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.case-info-banner .back {
	position: absolute;
	width: 3.1rem;
	height: 1rem;
	background: #0093D9;
	border-radius: 0.5rem;
	right: 8.5%;
	top: 1.45rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.case-info-banner .back p {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1;
	margin-right: 9px;
}

.case-info-banner .back div {
	width: 8px;
}

.case-info-banner .back div img {
	width: 100%;
	object-fit: cover;
}

.changefont {
	padding: .75rem 8.5%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: .4rem;
}

.changefont p {
	color: #333333;
	line-height: 1;
	font-weight: bold;
	margin-right: 13px;
}

.changefont span {
	display: inline-block;
	width: 0.75rem;
	height: 0.75rem;
	line-height: .75rem;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	margin-right: 0.25rem;
	color: rgba(51, 51, 51, .5);
	cursor: pointer;
}

.changefont span:last-child {
	margin-right: 0;
}

.changefont span.cur {
	color: #0093D9;
	opacity: 1;
}

.case-info-cont {
	width: 56.6%;
	margin: 0 auto 1.75rem;
	color: #666666;
}

.case-info-cont * {
	font-size: inherit !important;
}

.case-info-cont img {
	display: inline-block;
}

.info-page {
	border-top: 1px solid #DBDBDB;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.info-page-lf {
	width: 50%;
	border-right: 1px solid #DBDBDB;
	padding-bottom: 1.5rem;
}

.info-page-lf a {
	display: block;
	padding: 1.15rem 0 1rem;
	width: 70%;
	position: relative;
}

.info-page-lf a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 88%;
	height: 1px;
	background-color: #DBDBDB;
}

.info-page-lf a:last-child::after {
	display: none;
}

.info-page-lf a p {
	color: #666666;
	margin-bottom: 0.25rem;
	line-height: 1;
}

.info-page-lf a span {
	color: #0093D9;
	font-weight: bold;
	line-height: 1.5;
}

.info-page-rg {
	width: 50%;
	padding: 1.25rem 1.8rem;
}

.info-page-rg p {
	color: #666666;
	font-weight: bold;
	margin-bottom: .75rem;
}

.info-page-rg a {
	display: block;
	color: #999999;
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	margin-bottom: 0.6rem;
}

.info-page-rg a:last-child {
	margin-bottom: 0;
}

.info-box {
	height: 2.85rem;
	background-color: #FFFFFF;
}

.info-box .scr-img {
	display: block;
}

.info-box .nor-img {
	display: none;
}

.info-box .nav-ls a {
	color: #333333;
}

.info-box .lan-tit::after {
	border-top: 5px solid #333;
}

.info-box .lan-tit p {
	color: #333;
}

.info-box .lan-sel a {
	color: #666;
}

.info-box .menu div {
	background-color: #005AAB;
}

.i-news-container .swiper-pagination {
	position: relative;
	margin-top: 1rem;
}

.i-news-container .swiper-pagination-bullet {
	
}

.i-news-container .swiper-pagination-bullet-active {
	background: #EE7600;
}

.head-share .code {
	position: absolute;
	width: 3rem;
	top: 72%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

.head-rg form {
	width: 16px;
	margin-right: .8rem;
}